chore: automate Capacitor release versions - #43
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
sherwinski
approved these changes
Jul 31, 2026
sherwinski
left a comment
There was a problem hiding this comment.
Feel free to ignore this improvement if you'd rather keep things consistent across cross-platform SDK
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
One Line Summary
Automatically determine the next Capacitor version for manually dispatched release PRs.
Details
Motivation
Remove the manual Capacitor version input from workflow dispatch while preserving explicit versions supplied by native SDK release automations.
Scope
Manual runs use the shared release-version action to inspect merged conventional PR titles. Reusable workflow calls continue using their supplied
capacitor_version, including prerelease versions.Other
Depends on OneSignal/sdk-shared#52.
Testing
Manual testing
Validated the workflow YAML, checked the diff for formatting errors, and verified current release history resolves
1.1.6to patch version1.1.7. Full SDK tests were not run because this only changes release workflow configuration.Affected code checklist
Checklist
Overview
Testing
Final pass
Made with Cursor